header {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  padding: 0 30px;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(50, 60, 60, 0.2);
  z-index: 10000;
}

header::-webkit-scrollbar {
  width: 0;
}

header .logo a {
  margin-top: 12px;
  font-size: 0;
}

header .logo a img {
  height: 48px;
}

header .top-nav {
  float: right;
  padding-right: 40px;
}

header .top-nav li {
  position: relative;
  float: left;
  line-height: 80px;
  font-size: 16px;
  padding-right: 45px;
}

header .top-nav li.active > a {
  color: #0069EA;
}

header .top-nav li.active > a::after {
  width: 100%;
}

header .top-nav li > a {
  color: #000000;
  opacity: 1;
  position: relative;
}

header .top-nav li > a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #00a0ec, #549cfa 11%, #e7b4d3 91%, #f4bbc4);
  transition: all .3s;
}

header .top-nav li .sub-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  background: linear-gradient(178deg, #ffffff 4%, #e7f4ff 82%, #c1e2ff 100%);
  border: 1px solid #ffffff;
  border-radius: 0px 0px 2px 2px;
  box-shadow: 0px 3px 6px 0px rgba(3, 37, 110, 0.16);
}

header .top-nav li .sub-nav .right {
  box-sizing: border-box;
  padding: 10px 20px;
}

header .top-nav li .sub-nav .right .url-list {
  display: flex;
}

header .top-nav li .sub-nav .right dl {
  flex: 1;
  margin-right: 20px;
  line-height: 42px;
}

header .top-nav li .sub-nav .right dl dt {
  padding-bottom: 17px;
  border-bottom: 1px solid #efefef;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

header .top-nav li .sub-nav .right dl dt a {
  color: #333;
  font-weight: bold;
}

header .top-nav li .sub-nav .right dl .right_title {
  display: flex;
  align-items: center;
}

header .top-nav li .sub-nav .right dl .right_title img {
  margin-right: 6px;
  width: 16px;
  height: 16px;
}

header .top-nav li .sub-nav .right dl dd > a {
  color: #333;
  line-height: 42px;
  font-size: 14px;
}

header .top-nav li .sub-nav .right dl dd > a:hover {
  color: #0069EA;
}

header .top-nav li .sub-nav .right dl:last-child {
  margin-right: 0;
}

header .top-nav li:hover > a {
  color: #0069EA;
}

header .top-nav li:hover .sub-nav {
  display: block;
}

header .top-nav > li:last-child {
  padding-right: 0;
}

#header {
  width: 100%;
}

#footer {
  box-shadow: 0px -1px 2px 0px rgba(3, 37, 110, 0.16);
  position: relative;
}

#footer .divider {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D6DFE4;
  top: 60px;
}

footer .top {
  height: 60px;
  line-height: 60px;
}

footer .top .inner {
  width: 100%;
  margin: 0 auto;
}

footer .top .inner span,
footer .top .inner a {
  color: #000000;
}

footer .top .inner a {
  margin-left: 10px;
}

footer .top .inner a:hover {
  color: #0069EA;
}

footer .content {
  padding: 48px 0;
}

footer .content .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

footer .content li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #000000;
}

footer .content li a {
  color: #000000;
}

footer .content li a:hover {
  color: #0069EA;
}

footer .content li:first-child {
  padding-left: 0;
}

footer .content p {
  color: #000000;
  opacity: 1;
  margin-top: 20px;
}

footer .qrcode {
  position: absolute;
  right: 0;
  bottom: -35px;
  text-align: center;
  width: 120px;
}

footer .qrcode .qrcode_txt {
  font-size: 18px;
  height: 25px;
}
